Skip to content

Update awox.ts#12585

Open
roodbaard80 wants to merge 1 commit into
Koenkk:masterfrom
roodbaard80:patch-4
Open

Update awox.ts#12585
roodbaard80 wants to merge 1 commit into
Koenkk:masterfrom
roodbaard80:patch-4

Conversation

@roodbaard80

Copy link
Copy Markdown

added new Awox / Eglo light bulb:
Awox / Eglo Smart lamp E27 | Globe G95 | Mat | RGB + 3000K | Zigbee | 7W

Link to picture pull request: TODO

added new Awox / Eglo light bulb: 
Awox / Eglo Smart lamp E27 | Globe G95 | Mat | RGB + 3000K | Zigbee | 7W
Comment thread src/devices/awox.ts
model: 'EZMB-RGB-W-I2C',
vendor: 'AwoX',
description: 'Awox / Eglo Smart lamp E27 Globe G95 Mat RGB 3000K 7W',
extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3}}), m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],

@Koenkk Koenkk Jun 30, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try if everything works with this?

Suggested change
extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3}}), m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],
extend: [m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],

Comment thread src/devices/awox.ts
vendor: 'AwoX',
description: 'Awox / Eglo Smart lamp E27 Globe G95 Mat RGB 3000K 7W',
extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3}}), m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],
};

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
};
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants